projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61631a
)
(PREFER_VSUSP): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 May 1994 03:30:26 +0000
(
03:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 May 1994 03:30:26 +0000
(
03:30
+0000)
src/s/irix5-0.h
patch
|
blob
|
history
src/s/sco4.h
patch
|
blob
|
history
diff --git
a/src/s/irix5-0.h
b/src/s/irix5-0.h
index 4770626fdfc33d9d0fbf4e7d2aafa58319c20a7b..d2060f45bd775b0ae0f0f1ff90cdc51556eab750 100644
(file)
--- a/
src/s/irix5-0.h
+++ b/
src/s/irix5-0.h
@@
-92,3
+92,6
@@
char *_getpty();
/* Ulimit(UL_GMEMLIM) is busted... */
#define ULIMIT_BREAK_VALUE 0x14000000
+
+/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
+#define PREFER_VSUSP
diff --git
a/src/s/sco4.h
b/src/s/sco4.h
index 7af8ee173dd032683141d1643687e6d7d3a79261..f5ca16986763153e0056ae34e18fbbf58024a509 100644
(file)
--- a/
src/s/sco4.h
+++ b/
src/s/sco4.h
@@
-123,3
+123,6
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define bcopy(b1,b2,len) memmove (b2, b1, len)
#define bzero(b,len) memset (b, 0, len)
#define bcmp(b1,b2,len) memcmp (b1, b2, len)
+
+/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
+#define PREFER_VSUSP